翻訳と辞書
Words near each other
・ Embarras River Bridge
・ Embarras, Alberta
・ Embarras, Alberta (disambiguation)
・ Embarrass
・ Embarrass River
・ Embarrass River (Minnesota)
・ Embarrass River (Wisconsin)
・ Embarrass Township
・ Embarrass Township, Edgar County, Illinois
・ Embarrass Township, St. Louis County, Minnesota
・ Embarrass, Illinois
・ Embarrass, Minnesota
・ Embarrass, Wisconsin
・ Embarrassing Bodies
・ Embarrassing cheque
Embarrassingly parallel
・ Embarrassment
・ Embarrassment (disambiguation)
・ Embarrassment (song)
・ Embarrassment of riches
・ Embarrassment of riches (disambiguation)
・ Embarrassment of Riches (EP)
・ Embasaurus
・ Embase
・ Embassoria
・ Embassy (cigarette)
・ Embassy (disambiguation)
・ Embassy (film)
・ Embassy (horse)
・ Embassy (magazine)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Embarrassingly parallel : ウィキペディア英語版
Embarrassingly parallel
In parallel computing, an embarrassingly parallel workload or problem is one where little or no effort is required to separate the problem into a number of parallel tasks. This is often the case where there exists no dependency (or communication) between those parallel tasks.〔Section 1.4.4 of: 〕
Embarrassingly parallel problems (also called "perfectly parallel" or "pleasingly parallel") tend to require little or no communication of results between tasks, and are thus different from distributed computing problems that require communication between tasks, especially communication of intermediate results. They are easy to perform on server farms which do not have any of the special infrastructure used in a true supercomputer cluster. They are thus well suited to large, Internet-based distributed platforms such as BOINC, and do not suffer from parallel slowdown. The diametric opposite of embarrassingly parallel problems are inherently serial problems, which cannot be parallelized at all.
A common example of an embarrassingly parallel problem lies within graphics processing units (GPUs) for the task of 3D projection, where each pixel on the screen may be rendered independently.
==Etymology of the term==
The genesis of the phrase "embarrassingly parallel" is not known; it is a comment on the ease of parallelizing such applications, and that it would be embarrassing for the programmer or compiler to not take advantage of such an obvious opportunity to improve performance. "Because so many important problems remain unsolved mainly due to their intrinsic computational complexity, it would be embarrassing not to develop parallel implementations of polynomial homotopy continuation methods." Contrastingly, the term may refer to parallelizing which is, "embarrassingly easy".〔Matloff, Norman (2011). ''The Art of R Programming: A Tour of Statistical Software Design'', p.347. No Starch. ISBN 9781593274108.〕 It is first found in the literature in a 1986 book on multiprocessors by MATLAB's co-founder Cleve Moler. Moler claims to have invented this term.〔(The Intel hypercube part 2 reposted on Cleve's Corner blog on The MathWorks website )〕
An alternative term, "pleasingly parallel," has gained some use, perhaps to avoid the negative connotations of embarrassment in favor of a positive reflection on the parallelizability of the problems. "Of course, there is nothing embarrassing about these programs at all."〔Kepner, Jeremy (2009). ''Parallel MATLAB for Multicore and Multinode Computers'', p.12. SIAM. ISBN 9780898716733.〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Embarrassingly parallel」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.